home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
cocktail
/
begman.lha
/
begmanual
/
makefile
< prev
next >
Wrap
Makefile
|
1992-02-14
|
1KB
|
46 lines
Figures= begman01.ps begman03.ps begman05.ps begman06.ps \
begman066.ps begman07.ps begman08.ps begman10.ps \
begman12.ps begman15.ps
Distrib= $(Figures) \
makefile \
begmanual.tex \
IRCons01.md.tin IRCons02.md.tin Manex01.mi.tin \
Manex02.mi.tin Test01.tin Test02.tin Test03.tin \
Test04.tin TestE01.tin TestE02.tin manex01.cgd.tin \
manex02.cgd.tin manex03.cgd.tin manex04.cgd.tin
.SUFFIXES :
.SUFFIXES : .ps .vec
print: begmanual.dvi $(Figures)
dvitps begmanual.dvi | lpr -Plw
.vec.ps:
convps $*.vec
begmanual.dvi: begmanual.tex $(Figures)
latex begmanual
latex begmanual
latex begmanual
begmanual.dist: $(Distrib)
shar $(Distrib) > begmanual10.shar
compress begmanual10.shar
echo This is a shar'ed, compressed, uuencoded version > begmanual.dist
echo of the BEG user manual. >> begmanual.dist
echo Please use uudecode and uncompress to get >> begmanual.dist
echo the shar file. Unpack the shar file by piping >> begmanual.dist
echo it thru a shell. Afterwards call make. >> begmanual.dist
echo You might want to change the print command >> begmanual.dist
echo in the make file. >> begmanual.dist
echo >> begmanual.dist
echo Please delete the lines until here before using uudecode. >> begmanual.dist
uuencode begmanual10.shar.Z begmanual10.shar.Z >> begmanual.dist
clean:
rm *.dvi
rm *.ps
rm *.log
rm *.aux
rm begmanual10.shar.Z